home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
monochrome.swf
/
scripts
/
frame_10
/
PlaceObject2_463_321
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-26
|
308 b
|
20 lines
onClipEvent(load){
if(_name != "shipORLON")
{
life = 1500;
_Y = -40;
_X = 275;
_rotation = 180;
speed = 3;
accel = 0.2;
ac = 1;
timer = 0;
rad = _width / 2;
started = false;
}
else
{
_visible = false;
}
}